-
-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add UnitLowerCholeskyTransform; change default parameterization for AutoMultivariateNormal #2972
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for minor comments.
did i put things in the right files?
👍 yes
do i need additional tests?
Tests already look sufficient.
do i need to change any additional autoguide defaults?
Nope, it looks like AutoMultivariateNormal
is the only use of lower_cholesky
.
do i need to do anything on the doc side of things for unit_lower_cholesky?
I don't think so, but can you make docs
and check that unit_lower_cholesky
shows up?
unfortunately i'm unable to build the docs:
tried to upgrade sphinx etc but that didn't help... |
Try upgrading torchvision?
IMHO ensuring docs are buildable is higher priority than enhancements |
ah yeah torchvision was it. and with the addition to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for checking docs!
addresses #2963
questions for reviewers:
unit_lower_cholesky
?